CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 卡尔曼滤波 C

搜索资源列表

  1. 卡尔曼滤波

    3下载:
  2. 卡尔曼滤波C语言实现
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-11-08
    • 文件大小:2063
    • 提供者:stanleysit
  1. 卡尔曼滤波+C语言

    3下载:
  2. 这是用C语言写的卡尔曼滤波。值得参考。
  3. 所属分类:源码下载

    • 发布日期:2011-11-16
    • 文件大小:421967
    • 提供者:panduola
  1. AVR_IMU_1

    0下载:
  2. 卡尔曼滤波在AVR单片机的应用,引脚接法:PC1 (ADC1) Y Accel (Pin 8) PC2 (ADC2) Z Accel (Pin 7) PC3 (ADC3) X Rate (Pin 3) PC4 (ADC4) Y Rate (Pin 4) PC5 (ADC5) VRef (Pin 5) - Currently, this project assumes the AVR ATmega168 MCU is hosted on the AVR STK5
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:19737
    • 提供者:彭帅
  1. kalman5

    2下载:
  2. 卡尔曼滤波算法在TI TMS320C6713 DSP上的实现 具有较高应用价值-Kalman filter algorithm on the TI TMS320C6713 DSP to achieve high value
  3. 所属分类:DSP program

    • 发布日期:2014-11-11
    • 文件大小:126943
    • 提供者:武忡波
  1. 卡尔曼滤波C程序

    1下载:
  2. 卡尔曼滤波的C程序代码,若有喜欢的,可以下载并欢迎交流
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-11-01
    • 文件大小:6933
    • 提供者:scczd1118728
  1. Kalman_filter_C

    1下载:
  2. 卡尔曼滤波器的C代码实现, 简单明了,是学习 Kalman 的好程序。-kalman filter has been implemented in this document by C.
  3. 所属分类:OpenCV

    • 发布日期:2016-05-12
    • 文件大小:3072
    • 提供者:top
  1. KF

    0下载:
  2. 卡尔曼滤波算法的C语言程序,使用时请结合具体状态方程-Kalman Filter based on c
  3. 所属分类:Algorithm

    • 发布日期:2015-09-20
    • 文件大小:699
    • 提供者:zongyangtao
  1. Kalman2

    0下载:
  2. 卡尔曼滤波的的算法,采用singer模型,可以应用于目标的跟踪,数据的平滑等多方面,算法效果较好-Kalman filter algorithm, using singer model, can be applied to target tracking, data smoothing and other aspects, algorithms, better-performing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:2046921
    • 提供者:shazi
  1. kalman

    0下载:
  2. 卡尔曼滤波源码-Kalman filter source
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-09-29
    • 文件大小:2371
    • 提供者:
  1. kalman

    1下载:
  2. 这是卡尔曼滤波算法用在数据融合中的程序实现,还包含了数据读入模块,在windows vc++ 6.0环境下测试没有问题,对于用卡尔曼做数据融合研究非常有帮助-This is the Kalman filter algorithm used in data fusion procedure to achieve, but also contains the data read into the module, in the windows vc++ 6.0 test environment the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:63171
    • 提供者:彭德品
  1. kalman

    1下载:
  2. 卡尔曼滤波算法的简单实现,里面包含如何用C++编写白噪声。-Kalman filter algorithm simple to achieve, which include how to use C++ to prepare white noise.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1279617
    • 提供者:sada
  1. EKF

    4下载:
  2. 上研究生时写的扩展卡尔曼滤波程序(EKF),带测试例子,可编译执行-When the graduate writing program of the extended Kalman filter (EKF), with the test example, the implementation can be compiled
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-09-18
    • 文件大小:1610553
    • 提供者:杨文海
  1. IMU003

    0下载:
  2. 对基于弹载IMU/C:PS组合导航系统的动基座对准问题进行了研究与仿真 首先,分析了弹载IMU与GI S的系统误差,建立获得了其系统误差模型 然后,利用卡尔曼滤波技术,设计了弹载IMU/UPS组合导航系统的动基座对准算法 -Based on onboard IMU/C: PS Integrated Navigation System Alignment conducted a study and simulation first analyzed onboard IMU and GI S of
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3579497
    • 提供者:song
  1. 卡尔曼滤波算法C语言实现

    1下载:
  2. 数据滤波是去除噪声还原真实数据的一种数据处理技术, Kalman滤波在测量方差已知的情况下能够从一系列存在测量噪声的数据中,估计动态系统的状态. 由于, 它便于计算机编程实现, 并能够对现场采集的数据进行实时的更新和处理, Kalman滤波是目前应用最为广泛的滤波方法, 在通信, 导航, 制导与控制等多领域得到了较好的应用
  3. 所属分类:软件工程

  1. 纯c语言实现卡尔曼滤波

    1下载:
  2. 完成c语言下的卡尔曼滤波,主要是用了子程序,可以直接带入(C language to complete the Kalman filter, mainly with subroutines, can be brought directly)
  3. 所属分类:数据结构

    • 发布日期:2017-12-16
    • 文件大小:239616
    • 提供者:namuelsa
  1. 卡尔曼滤波中文pdf

    2下载:
  2. 电机驱动,卡尔曼滤波的相关资料,C语言编写的例程(Motor drive, Calman filtering)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:510976
    • 提供者:gy123
  1. 卡尔曼滤波

    0下载:
  2. 卡尔曼线性滤波,根据系统的预测值和测量值,结合噪声来估算出实际值。 C语言代码(Kalman filtering code)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:琉璃水晶
  1. 卡尔曼滤波算法

    0下载:
  2. 卡尔曼滤波算法 无人机 四轴飞行器 源码(Calman filtering algorithm UAV Four axis aircraft Source code)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-30
    • 文件大小:4360192
    • 提供者:小二风月
  1. 卡尔曼滤波C代码分析

    1下载:
  2. 卡尔曼滤波算法C语言以及解析。可进行变形,助于全场定位(Calman filter algorithm C language and analysis. It can be deformed and help to locate the whole field)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-01
    • 文件大小:875520
    • 提供者:LDXxiang
  1. 卡尔曼滤波算法C语言实现

    0下载:
  2. 卡尔曼滤波的c语言算法实现(Implementation of C language algorithm based on Calman filter)
  3. 所属分类:书籍源码

    • 发布日期:2018-05-04
    • 文件大小:102400
    • 提供者:清水无痕
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com